home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / j / jet_master / jetmaster1.dms / in.adf / Scripts / Outline.Script < prev    next >
Encoding:
Text File  |  1988-12-27  |  396 b   |  16 lines

  1. ; Outline Script
  2. OT 1        ;Set Outline Thickness to OT
  3. magx 2        ;Destination raster is n1 dots wider than original.
  4. magy 2        ;Destination raster is n2 dots wider than original.
  5. AR             ;Allocate raster (required before GT and D, below).
  6. GT 0 0        ;Offset drawing n1, n2 from origin.
  7. D 1            ;Draw image, n = 0 to erase, 1 to draw, -1 to toggle.
  8. GT 2 0        ;Position at 2 0
  9. D 1
  10. GT 0 2
  11. D 1
  12. GT 2 2
  13. D 1
  14. GT 1 1
  15. D 0
  16.